home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / LockThis! / lt-setup.exe / {app} / lockthis.exe / 0 / RCDATA / TFRMASKPWD / TFRMASKPWD.txt
Encoding:
Text File  |  2009-11-22  |  1.5 KB  |  74 lines

  1. object frmAskPwd: TfrmAskPwd
  2.   Left = 492
  3.   Top = 438
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Password'
  6.   ClientHeight = 96
  7.   ClientWidth = 296
  8.   Color = 3815994
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWhite
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnDestroy = FormDestroy
  18.   OnDeactivate = FormDeactivate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Edit1: TEdit
  23.     Left = 24
  24.     Top = 24
  25.     Width = 249
  26.     Height = 21
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     PasswordChar = '*'
  34.     TabOrder = 0
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 24
  38.     Top = 48
  39.     Width = 75
  40.     Height = 25
  41.     Caption = '&OK'
  42.     Default = True
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = []
  48.     ModalResult = 1
  49.     ParentFont = False
  50.     TabOrder = 1
  51.   end
  52.   object BitBtn2: TBitBtn
  53.     Left = 104
  54.     Top = 48
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = '&Cancel'
  59.     Font.Charset = DEFAULT_CHARSET
  60.     Font.Color = clWindowText
  61.     Font.Height = -11
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ModalResult = 2
  65.     ParentFont = False
  66.     TabOrder = 2
  67.   end
  68.   object ApplicationEvents1: TApplicationEvents
  69.     OnDeactivate = ApplicationEvents1Deactivate
  70.     Left = 216
  71.     Top = 56
  72.   end
  73. end
  74.